home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 37 / CD Expert nº 37.iso / LastCall / lastcall.exe / stuff / lastcall.dxr / 00241_Clear room for Bacchus.ls < prev    next >
Encoding:
Text File  |  2000-03-27  |  208 b   |  12 lines

  1. on exitFrame
  2.   if patronsStillAnimating() then
  3.     go(the frame)
  4.   else
  5.     Active = getActiveCharacter()
  6.     if Active > 0 then
  7.       sendSprite(Active, #retreat)
  8.       go(the frame)
  9.     end if
  10.   end if
  11. end
  12.